home *** CD-ROM | disk | FTP | other *** search
- bpete_mc.onRelease = function()
- {
- snd_mc.playsound("pButton");
- snd_mc.playsound("pJump");
- _global.gPP = "pete";
- gotoAndStop("petestart");
- play();
- };
- bpaula_mc.onRelease = function()
- {
- snd_mc.playsound("pButton");
- snd_mc.playsound("pJump");
- _global.gPP = "paula";
- gotoAndStop("paulastart");
- play();
- };
- stop();
-